home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 15140 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  574 b 

  1. Path: unsw.edu.au!usenet
  2. From: Yuen King Wong <s2158666>
  3. Newsgroups: comp.lang.c
  4. Subject: a interesting program
  5. Date: 15 Apr 1996 04:34:47 GMT
  6. Organization: School of CompSci & Eng, Uni Of NSW, Oz
  7. Distribution: world
  8. Message-ID: <4ksjl7$b88@mirv.unsw.edu.au>
  9. NNTP-Posting-Host: oboe05.orchestra.cse.unsw.edu.au
  10.  
  11. Did someone know how to write a program, when compiled and executed, will produced the
  12. source code itself?  For example, the name of the program is hello.c, when I compiled and
  13. executed the program like this
  14.  
  15.             hello > output
  16.  
  17. output will the same as hello.c !
  18.